Welcome![Sign In][Sign Up]
Location:
Search - matlab RLS

Search list

[Speech/Voice recognition/combinerlslms

Description: 自适应滤波的MATLAB实现,包括lms rls 等算法-MATLAB programing rls lms
Platform: | Size: 2048 | Author: 孟云飞 | Hits:

[Program docHayesMatlabFiles

Description: Matlab files for programs in Monson Hayes book. Functions such as Levinson durbin,Pisarenko, MUSIC, LMS, RLS etc.
Platform: | Size: 24576 | Author: sam | Hits:

[matlabequalization

Description: 实现数字音频信号的幅频均衡,采用了lms算法和rls算法,有MATLAB的simulink模型,和m文件,还有部分c程序,已经本人完全测试过。-Digital audio signal of the amplitude-frequency equalization, using lms algorithm and rls algorithms, there are MATLAB-simulink model, and the m file, as well as part of the c program, I have been completely tested.
Platform: | Size: 1144832 | Author: xiaohuo | Hits:

[matlabAEC

Description: the following file is a matlab program done for thesis based on acoustic echo cancellation using LMS algorithm.
Platform: | Size: 3072 | Author: al24 | Hits:

[source in ebookf_lms

Description: 均衡技术是克服码间干扰(Inter-Symbol Interference,ISI)的有效措施,由于信道特性的随机性与时变性,实际中消除码间干扰最常用的是自适应均衡器。本文对基于最小均方(Least Mean Squares,LMS)算法和递推最小二乘(Recursive Least Squares,RLS)算法的自适应均衡器进行仿真研究,分析了信道特性与设计参数对自适应均衡器的收敛速度与稳态性能的影响。 -Equalization technique is to overcome inter-symbol interference (Inter-Symbol Interference, ISI) and effective measures, due to the randomness of the channel characteristics with the variability in practice to eliminate inter-symbol interference is the most commonly used adaptive equalizer. In this paper, based on minimum mean-square (Least Mean Squares, LMS) algorithm and recursive least squares (Recursive Least Squares, RLS) algorithm is adaptive equalizer simulation studies to analyze the channel characteristics and design parameters of the adaptive equalizer convergence speed and steady-state performance.
Platform: | Size: 1024 | Author: xieliwei | Hits:

[matlaball

Description: RLS和LSL、LMS三种算法的自适应滤波程序及其应用与比较-RLS and LSL, LMS three kinds of adaptive filtering algorithm and its application procedure and comparison of
Platform: | Size: 1024 | Author: 胡晓春 | Hits:

[OS programRLS

Description: 系统辨识实现已知输入和输出信号,求系统函数的幅频响应等参数-System identification to achieve a known input and output signals, find the system function of parameters such as amplitude-frequency response
Platform: | Size: 7168 | Author: zoukui | Hits:

[matlabRLS1

Description: 用Matlab实现RLS算法 画出原始信号和处理后的信号进行对比 -RLS algorithm using Matlab to draw to achieve the original signal and processed signal to compare
Platform: | Size: 1024 | Author: Da超 | Hits:

[matlabAdaptive_filtering_toolbox

Description: The matlab codes for adaptive filtration and echo-cancelleration, codes using LMS, RLS, DFT, Subband filtration.
Platform: | Size: 61440 | Author: anton | Hits:

[matlabLMS_RLS

Description: 拟使用基于LMS与RLS的自适应算法在MATLAB平台上对带有两个权的自适应线性组合器进行仿真,进而对两类算法的性能作比较,同时也考察了两种算法在不同参数条件下曲线收敛性的变化-Intending to use the LMS and RLS-based adaptive algorithm in the MATLAB platform with two pairs of the right to self-adaptive linear combiner is simulated, and thus the performance of two types of algorithms to compare, but also examines two kinds of algorithms with different parameters under the conditions of convergence of the change curve
Platform: | Size: 5120 | Author: 刘翔 | Hits:

[Otherexercise2

Description: matlab source code of RLS FS BE-matlab source code of RLS LS FS BE
Platform: | Size: 2785280 | Author: hamed | Hits:

[Otherbeamforming

Description: 里面包含CAPON、ML、MUSIC、RLS、LMS、循环MUSIC等算法,及算法比较-CAPON、ML、MUSIC、RLS、LMS and Cylic-MUSIC
Platform: | Size: 12288 | Author: wenmiaowen | Hits:

[Program docAdaptiveAlgorivvthms

Description: has provided the primary evidence supporting involvement of the dopaminergic system in the pathology of RLS. While PET and SPECT imaging of the striatum held initial promise of linking dopamine abnormalities to RLS, they have failed to reveal a consistent pattern of abnormalities. The dopamine-2 receptor binding potentials of RLS patients have been
Platform: | Size: 6144 | Author: jafar | Hits:

[Software Engineeringrls

Description: 最小二乘法原理及matlab实现的详细介绍-Least square method and matlab implementation details
Platform: | Size: 118784 | Author: hewanhua | Hits:

[OS programlms_dfeeq

Description: rls-dfeeq.m 均衡算法 用RLS-DFE算法实现-rls-dfeeq.m Equalization Algorithms with the RLS-DFE
Platform: | Size: 1024 | Author: wangyin | Hits:

[OS programrls_dfeeq

Description: rls-dfeeq.m 均衡算法 用RLS-DFE算法实现-rls-dfeeq.m Equalization Algorithms with the RLS-DFE
Platform: | Size: 1024 | Author: wangyin | Hits:

[Software Engineeringrlsdesign

Description: rls adaptive filter design using matlab software
Platform: | Size: 1478656 | Author: raja | Hits:

[matlabLMS_RLS_sim

Description: 功能描述:测试LMS与RLS算法,比较两种算法的收敛特性 文件名:LMS_RLS_sim.m 测试用例: x(n)+a1*x(n-1)+a2*x(n-2)=e(n),a1=-1.6,a2=0.81,e(n)为高斯白噪声 文件输出:系数a1的值 调用函数:function [A] = LMS_Algo(M,N,mu,xn) 被调用:无 作者:mingcheng 编写时间:2009-10-13 修改时间:2009-10-13 版本:V1.0 - Function Description: Test LMS and RLS algorithm, the convergence characteristics were compared file name: LMS_RLS_sim.m test case: x (n)+ a1* x (n-1)+ a2* x (n-2) = e (n), a1 =- 1.6, a2 = 0.81, e (n) is Gaussian white noise file output: the value of coefficient a1 call the function: function [A] = LMS_Algo (M, N, mu, xn) is called: No of: mingcheng write time :2009-10-13 modified :2009-10-13 version: V1.0
Platform: | Size: 1024 | Author: 赵明诚 | Hits:

[matlabnew-matlab

Description: 自适应均衡算法改进的lms算法和rls算法仿真-Lms adaptive equalization algorithm for improved simulation algorithms and rls algorithm
Platform: | Size: 6144 | Author: xinxin | Hits:

[matlabrls

Description: RLS predictive 1d matlab code
Platform: | Size: 1024 | Author: cledson | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 24 »

CodeBus www.codebus.net